home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite the currentSpriteNum to member("readmehigh")
- cursor(280)
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member("readme")
- cursor(-1)
- end
-
- on mouseUp
- open(the moviePath & "games\ut\readme", "hd:\windows\notepad.exe")
- end
-